Nevron Open Vision Documentation
Nevron.Nov.Interop Namespace / NNovInteropUnmarshaller<TStub> Class / GetMethodInfoByFunctionIndex Method


In This Topic
    GetMethodInfoByFunctionIndex Method
    In This Topic
    Gets a method for the specified function index
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetMethodInfoByFunctionIndex( _
       ByVal funcIndex As System.Short _
    ) As System.Reflection.MethodInfo
    'Usage
     
    
    Dim instance As NNovInteropUnmarshaller(Of TStub)
    Dim funcIndex As System.Short
    Dim value As System.Reflection.MethodInfo
     
    value = instance.GetMethodInfoByFunctionIndex(funcIndex)
    protected virtual System.Reflection.MethodInfo GetMethodInfoByFunctionIndex( 
       System.short funcIndex
    )

    Parameters

    funcIndex
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also